home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / sweep_next / Sweep.h < prev    next >
Text File  |  1993-07-06  |  344b  |  28 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Sweep:Object
  5. {
  6.     id    radDeg;
  7.     id    rotDir;
  8.     id    rotDivisions;
  9.     id    rotEnd;
  10.     id    rotLength;
  11.     id    rotView;
  12.     id    sweepWindow;
  13.     id    transDir;
  14.     id    transLength;
  15.     id    tranView;
  16.  
  17.     id  tranRot;
  18.  
  19.     id  cView;
  20.     NXRect boxFrame;
  21. }
  22.  
  23. - appDidInit:sender;
  24. - go:sender;
  25. - rotTran:sender;
  26.  
  27. @end
  28.